From: Dirk Neukirchen Date: Sun, 8 Mar 2015 20:38:04 +0000 (+0100) Subject: asterisk-11.x: fix mysql_config location X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=refs%2Fpull%2F17%2Fhead;p=feed%2Ftelephony.git asterisk-11.x: fix mysql_config location on Arch Linux configure find host mysql_config first set location explicitly to fix build fail Signed-off-by: Dirk Neukirchen --- diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile index 874f163..d013911 100644 --- a/net/asterisk-11.x/Makefile +++ b/net/asterisk-11.x/Makefile @@ -176,6 +176,8 @@ else endif ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-mysql),) + CONFIGURE_VARS+= \ + ac_cv_path_ac_pt_CONFIG_MYSQLCLIENT=$(STAGING_DIR)/usr/bin/mysql_config CONFIGURE_ARGS+= \ --with-mysqlclient else